1 <Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
2 Partial Class FrmPOSADD
3     Inherits System.Windows.Forms.Form
4
5     
'Form overrides dispose to clean up the component list.
6     <System.Diagnostics.DebuggerNonUserCode()> _
7     Protected Overrides Sub Dispose(ByVal disposing As Boolean)
8         Try
9             If disposing AndAlso components IsNot Nothing Then
10                 components.Dispose()
11             End If
12         Finally
13             MyBase.Dispose(disposing)
14         End Try
15     End Sub
16
17     
'Required by the Windows Form Designer
18     Private components As System.ComponentModel.IContainer
19
20     
'NOTE: The following procedure is required by the Windows Form Designer
21     
'It can be modified using the Windows Form Designer.
22     
'Do not modify it using the code editor.
23     <System.Diagnostics.DebuggerStepThrough()> _
24     Private Sub InitializeComponent()
25         Me.GroupBox1 = New System.Windows.Forms.GroupBox
26         Me.txtqty = New System.Windows.Forms.TextBox
27         Me.Label5 = New System.Windows.Forms.Label
28         Me.txtprice = New System.Windows.Forms.TextBox
29         Me.Label3 = New System.Windows.Forms.Label
30         Me.txtname = New System.Windows.Forms.TextBox
31         Me.Label2 = New System.Windows.Forms.Label
32         Me.txtid = New System.Windows.Forms.TextBox
33         Me.Label1 = New System.Windows.Forms.Label
34         Me.cmdcancel = New System.Windows.Forms.Button
35         Me.cmdsave = New System.Windows.Forms.Button
36         Me.txt_QTYi = New System.Windows.Forms.TextBox
37         Me.txtdesc = New System.Windows.Forms.TextBox
38         Me.Label4 = New System.Windows.Forms.Label
39         Me.txtpendingID = New System.Windows.Forms.TextBox
40         Me.GroupBox1.SuspendLayout()
41         Me.SuspendLayout()
42         
'
43         
'GroupBox1
44         
'
45         Me.GroupBox1.Controls.Add(Me.Label4)
46         Me.GroupBox1.Controls.Add(Me.txtdesc)
47         Me.GroupBox1.Controls.Add(Me.txtqty)
48         Me.GroupBox1.Controls.Add(Me.Label5)
49         Me.GroupBox1.Controls.Add(Me.txtprice)
50         Me.GroupBox1.Controls.Add(Me.Label3)
51         Me.GroupBox1.Controls.Add(Me.txtname)
52         Me.GroupBox1.Controls.Add(Me.Label2)
53         Me.GroupBox1.Controls.Add(Me.txtid)
54         Me.GroupBox1.Controls.Add(Me.Label1)
55         Me.GroupBox1.Location = New System.Drawing.Point(
2, 2)
56         Me.GroupBox1.Name =
"GroupBox1"
57         Me.GroupBox1.Size = New System.Drawing.Size(
308, 132)
58         Me.GroupBox1.TabIndex =
20
59         Me.GroupBox1.TabStop = False
60         
'
61         
'txtqty
62         
'
63         Me.txtqty.BackColor = System.Drawing.Color.White
64         Me.txtqty.Location = New System.Drawing.Point(
96, 104)
65         Me.txtqty.MaxLength =
50
66         Me.txtqty.Name =
"txtqty"
67         Me.txtqty.Size = New System.Drawing.Size(
74, 21)
68         Me.txtqty.TabIndex =
4
69         
'
70         
'Label5
71         
'
72         Me.Label5.AutoSize = True
73         Me.Label5.Location = New System.Drawing.Point(
38, 107)
74         Me.Label5.Name =
"Label5"
75         Me.Label5.Size = New System.Drawing.Size(
56, 13)
76         Me.Label5.TabIndex =
21
77         Me.Label5.Text =
"Quantity :"
78         
'
79         
'txtprice
80         
'
81         Me.txtprice.BackColor = System.Drawing.Color.White
82         Me.txtprice.Location = New System.Drawing.Point(
96, 82)
83         Me.txtprice.MaxLength =
50
84         Me.txtprice.Name =
"txtprice"
85         Me.txtprice.ReadOnly = True
86         Me.txtprice.Size = New System.Drawing.Size(
74, 21)
87         Me.txtprice.TabIndex =
3
88         
'
89         
'Label3
90         
'
91         Me.Label3.AutoSize = True
92         Me.Label3.Location = New System.Drawing.Point(
32, 85)
93         Me.Label3.Name =
"Label3"
94         Me.Label3.Size = New System.Drawing.Size(
62, 13)
95         Me.Label3.TabIndex =
16
96         Me.Label3.Text =
"Item Price :"
97         
'
98         
'txtname
99         
'
100         Me.txtname.BackColor = System.Drawing.Color.White
101         Me.txtname.Location = New System.Drawing.Point(
96, 36)
102         Me.txtname.MaxLength =
50
103         Me.txtname.Name =
"txtname"
104         Me.txtname.ReadOnly = True
105         Me.txtname.Size = New System.Drawing.Size(
196, 21)
106         Me.txtname.TabIndex =
1
107         
'
108         
'Label2
109         
'
110         Me.Label2.AutoSize = True
111         Me.Label2.Location = New System.Drawing.Point(
28, 39)
112         Me.Label2.Name =
"Label2"
113         Me.Label2.Size = New System.Drawing.Size(
66, 13)
114         Me.Label2.TabIndex =
14
115         Me.Label2.Text =
"Item Name :"
116         
'
117         
'txtid
118         
'
119         Me.txtid.BackColor = System.Drawing.Color.FromArgb(CType(CType(
255, Byte), Integer), CType(CType(255, Byte), Integer), CType(CType(192, Byte), Integer))
120         Me.txtid.Location = New System.Drawing.Point(
96, 15)
121         Me.txtid.Name =
"txtid"
122         Me.txtid.ReadOnly = True
123         Me.txtid.Size = New System.Drawing.Size(
70, 21)
124         Me.txtid.TabIndex =
0
125         
'
126         
'Label1
127         
'
128         Me.Label1.AutoSize = True
129         Me.Label1.Location = New System.Drawing.Point(
44, 22)
130         Me.Label1.Name =
"Label1"
131         Me.Label1.Size = New System.Drawing.Size(
50, 13)
132         Me.Label1.TabIndex =
12
133         Me.Label1.Text =
"Item ID :"
134         
'
135         
'cmdcancel
136         
'
137         Me.cmdcancel.Location = New System.Drawing.Point(
76, 140)
138         Me.cmdcancel.Name =
"cmdcancel"
139         Me.cmdcancel.Size = New System.Drawing.Size(
66, 27)
140         Me.cmdcancel.TabIndex =
6
141         Me.cmdcancel.Text =
"&Cancel"
142         Me.cmdcancel.UseVisualStyleBackColor = True
143         
'
144         
'cmdsave
145         
'
146         Me.cmdsave.Location = New System.Drawing.Point(
7, 140)
147         Me.cmdsave.Name =
"cmdsave"
148         Me.cmdsave.Size = New System.Drawing.Size(
66, 27)
149         Me.cmdsave.TabIndex =
5
150         Me.cmdsave.Text =
"&Save"
151         Me.cmdsave.UseVisualStyleBackColor = True
152         
'
153         
'txt_QTYi
154         
'
155         Me.txt_QTYi.Location = New System.Drawing.Point(
159, 140)
156         Me.txt_QTYi.Name =
"txt_QTYi"
157         Me.txt_QTYi.Size = New System.Drawing.Size(
47, 21)
158         Me.txt_QTYi.TabIndex =
23
159         Me.txt_QTYi.Visible = False
160         
'
161         
'txtdesc
162         
'
163         Me.txtdesc.Location = New System.Drawing.Point(
96, 58)
164         Me.txtdesc.Name =
"txtdesc"
165         Me.txtdesc.Size = New System.Drawing.Size(
196, 21)
166         Me.txtdesc.TabIndex =
2
167         
'
168         
'Label4
169         
'
170         Me.Label4.AutoSize = True
171         Me.Label4.Location = New System.Drawing.Point(
2, 61)
172         Me.Label4.Name =
"Label4"
173         Me.Label4.Size = New System.Drawing.Size(
92, 13)
174         Me.Label4.TabIndex =
24
175         Me.Label4.Text =
"Item Description :"
176         
'
177         
'txtpendingID
178         
'
179         Me.txtpendingID.Location = New System.Drawing.Point(
225, 144)
180         Me.txtpendingID.Name =
"txtpendingID"
181         Me.txtpendingID.Size = New System.Drawing.Size(
82, 21)
182         Me.txtpendingID.TabIndex =
24
183         Me.txtpendingID.Visible = False
184         
'
185         
'FrmPOSADD
186         
'
187         Me.AutoScaleDimensions = New System.Drawing.SizeF(
6.0!, 13.0!)
188         Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
189         Me.BackColor = System.Drawing.Color.WhiteSmoke
190         Me.ClientSize = New System.Drawing.Size(
319, 178)
191         Me.Controls.Add(Me.txtpendingID)
192         Me.Controls.Add(Me.txt_QTYi)
193         Me.Controls.Add(Me.GroupBox1)
194         Me.Controls.Add(Me.cmdcancel)
195         Me.Controls.Add(Me.cmdsave)
196         Me.Font = New System.Drawing.Font(
"Tahoma", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
197         Me.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedToolWindow
198         Me.Name =
"FrmPOSADD"
199         Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen
200         Me.Text =
"Item Add"
201         Me.GroupBox1.ResumeLayout(False)
202         Me.GroupBox1.PerformLayout()
203         Me.ResumeLayout(False)
204         Me.PerformLayout()
205
206     End Sub
207     Friend WithEvents GroupBox1 As System.Windows.Forms.GroupBox
208     Friend WithEvents txtqty As System.Windows.Forms.TextBox
209     Friend WithEvents Label5 As System.Windows.Forms.Label
210     Friend WithEvents txtprice As System.Windows.Forms.TextBox
211     Friend WithEvents Label3 As System.Windows.Forms.Label
212     Friend WithEvents txtname As System.Windows.Forms.TextBox
213     Friend WithEvents Label2 As System.Windows.Forms.Label
214     Friend WithEvents txtid As System.Windows.Forms.TextBox
215     Friend WithEvents Label1 As System.Windows.Forms.Label
216     Friend WithEvents cmdcancel As System.Windows.Forms.Button
217     Friend WithEvents cmdsave As System.Windows.Forms.Button
218     Friend WithEvents txt_QTYi As System.Windows.Forms.TextBox
219     Friend WithEvents Label4 As System.Windows.Forms.Label
220     Friend WithEvents txtdesc As System.Windows.Forms.TextBox
221     Friend WithEvents txtpendingID As System.Windows.Forms.TextBox
222 End Class


Gõ tìm kiếm nhanh...